home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
program
/
pcfig4th.zip
/
4TH-OPTS.ASM
< prev
next >
Wrap
Assembly Source File
|
1983-07-30
|
688b
|
21 lines
;Assembly options and equates for FIG-FORTH
TRUE EQU -1
FALSE EQU 0
_ALIGN EQU TRUE ;definitions begin on even addresses
_DEBUG EQU FALSE ;include breakpoint/trace code
_FILES EQU TRUE ;include DOS file interface
_REPORT EQU TRUE ;assembly progress reports
_EXTEND EQU TRUE ;CODE extensions in "4TH-XTNS.ASM"
_DIRECTCON EQU FALSE ;console functions disable/enable
_TIMEANDDATE EQU TRUE ;include time and date functions
IOBITS EQU 7 ;number of bits to send/recieve
DRIVES EQU 2 ;How many drives?
INCH EQU 8 ;size of disks (8 or 5)
SIDES EQU 1 ;Number of sides/disk (1 or 2)
DENSITY EQU 1 ;1=single, 2=double density
;5.25" is always double density